home *** CD-ROM | disk | FTP | other *** search
- _parent.rollButton(exit);
- _parent.rollButton(playagain);
- exit.onRelease = function()
- {
- _parent.kill();
- _global.SOUNDS.playSound("Click- głośniejszy.wav");
- _parent.gotoAndPlay(_parent._currentframe - 1);
- };
- playagain.onRelease = function()
- {
- _global.SOUNDS.playSound("Click- głośniejszy.wav");
- gotoAndPlay(92);
- };
-